判断输入 tensor 的数据类型是否为整数类型。
x (Tensor) - 输入 Tensor
bool,输入 tensor 的数据类型为整数类型则为 True,反之为 False
COPY-FROM: paddle.is_integer