Fix updating project options with python2
Basically python2 does not have the ``.isnumeric()``method so using it
will not work.
This fixes updating the project's options via the API when pagure is
deployed with python2.
Fixes https://pagure.io/pagure/issue/4448
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr></pingou@pingoured.fr>