isint32
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Examples
A = 3;
res = isint32(A)🔗 See also
🕔 History
Version
📄 Description
Last updated
A = 3;
res = isint32(A)Last updated
B = int32(3);
res = isint32(B)