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