No, it is not an integer. Nor a real number, nor anything meaningful, until you give it a meaning.
Answer this: If that is an integer $n$, what is $n+1$? Or what is $10\times n$? Looks like $10\times n=n$.
On any line, we have the concept of "between-ness." If $x,y,z$ are three distinct points on a line, then one of the points is between the other two.
Now, if your thing represents a number, let $x=0,y=123\dots,z=135\dots$.
You might first say, "Obviously, $y$ is between $x$ and $z$." But wait, is $z_1=0135\dots$ the same as $z$? If so, then it looks like $z$ should be between $0$ and $y$! So now, you are stuck trying to give meaning to the above expression, where $z_1=0135\dots$ is a different thing that $z_2=135\dots$.
Again, notation is given meaning by definitions. Just because we can write something down and it sort-of looks like something we've seen before doesn't mean it has meaning.
The natural numbers (positive integers) have a lot of representations. Base $10$ is a notation system for representing natural numbers, and we use it, and other notations (like Roman numerals, or base $2$, etc.) because the most primitive way to write a number $n$ is as a repetition of $n$ symbols, which is impractical. So we might write $10$ as $IIIIIIIIII$. That gets horrible fast, and it is very hard to write out positive integers in this way, so we find other notation to let us represent this, for clarity and practicality reasons.
Roman numerals are instructive for this reason, because $I,II,III$ are $1,2,3$. But then, somebody realized writing all those $I$s got tedious, and started "shortening" larger numbers in a predictable way.
But every positive integer is necessarily representable by a sequence of one symbol. It is unclear, even if you allowed infinite sequences of of that symbol, how you would distinguish $1357\dots$ from $1111\dots$ as different infinite sequences of dots.
Notation does not exist in a vacuum. Notation has meaning because we define it to have meaning. Escher can draw pictures of things that cannot exist, and you can write symbols that sort-of look somewhat like normal notation but aren't, but which has no useful meaning.
There does exist a type of number that has infinite digits, called $g$-adic numbers, were $g$ is a base. But these numbers start at the right. For example, there is a $10$-adic number:
$$...131197531$$
The $g$-adic numbers are not ordered, so we can't put them on a line. When $g$ is divisible by two or more distinct primes, they even have zero divisors - there are $a,b\neq 0$ with $ab=0$.
But $g$-adic numbers, while containing all the integers, also contain non-integers, and have very foreign behaviors.
When $g$ is prime, though, they become very useful and interesting for solving certain types of problems.