Sure...
To be "inside" is to have $x^2 + y^2 \le 36$. if $x$ an integer $-6 \le x \le 6$ then we have $|y| \le \sqrt {36 - x^2}$ and the number of such natural (strictly positive) numbers for which $y$ can be is $\lfloor\sqrt{36 -x^2}\rfloor$.
Let's figure than for $x = 0,.... 6$. then if $L_x = \lfloor\sqrt{36 -x^2}\rfloor =$ we have:
$L(0) = [\sqrt 36]=6; L(1) = [\sqrt 35] = 5; L(2) = [\sqrt 32]=5; L(3)= [\sqrt 27]=5; L(4)=[\sqrt{20}]=4; L(5)=\sqrt {11}=3; L(6)=\sqrt{0} = 0$.
If we allow that $y$ can be postive, or negative, or zero, then for $x$ the number of possible values we $|y| \le \sqrt{36 -x^2}$ would be $2L(x) + 1$.
So we have to do $\sum_{x=-6}^6 (2L(x) + 1)$.
And if $(x,y); x > 0$ is in the circle then $(-x,y)$ is in the circle as well so clearly $L(-x) = L(x)$. So
$\sum_{x=-6}^6 (2L(x) + 1)=$
$\sum_{x=-6}^{-1}(2L(x) + 1) + (2L(0) + 1) + \sum_{x=1}^6 (2L(x) + 1)=$
$(2L(0) + 1) + 2\times (\sum_{x=1}^6(2L(x) + 1)=$
$(2L(0) + 1) + 2\times( 2\sum_{x=1}^6 L(x) + \sum_{x=1}^6 1) =$
$(2L(0) + 1) + 4\times \sum_{x=1}^6 L(x) + 2\times 6 =$
$(2\times 6 + 1) + 4(5+5+5+4+3+0) + 12=$
$13 + 4(22) + 12 =$
$13 + 88 + 12 = 113$