if patindex('要判断的字符', '[^0-9]')=0 and isnumeric('要判断的字符')=1
   print '是整数'

相关文章: