I was going through a very simple python3 guide to using string operations and then I ran into this weird error:
In [4]: # create string string = \'L
if using python 3 wrap string around str as shown below
str('hello').isnumeric()
This way it behaving as expected