1Its area is $A = \tfrac12\cdot 6\cdot 4 = 12$ (right triangle with legs $6$ and $4$).
2Count boundary lattice points $B$: a segment from $(x_1,y_1)$ to $(x_2,y_2)$ carries $\gcd(|x_2-x_1|, |y_2-y_1|)$ steps, hence that many lattice points beyond its start. Edges give $\gcd(6,0)=6$, $\gcd(0,4)=4$, $\gcd(6,4)=2$, so $B = 6 + 4 + 2 = 12$.
3Pick's theorem: $12 = I + \dfrac{12}{2} - 1 = I + 5$, so $I = 12 - 5 = 7$.