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