They meant that a number written in hex (base16) is still a number, even though you use some letters. Similarly, a number written in base64 is still a number.
Obviously any string is a potential number in some encoding so the only encoding to exclude would be decimal.
Obviously any string is a potential number in some encoding so the only encoding to exclude would be decimal.