a variable
a logical: true or false
A = 3; res = isint64(A)
B = int64(3); res = isint64(B)
isa, int64, isinteger.
Allan CORNET